runtime.p.mcache (field)
17 uses
runtime (current package)
mcache.go#L137: c = pp.mcache
mgc.go#L691: if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
mgc.go#L1203: pp.mcache.prepareForSweep()
mgc.go#L1646: c := p.mcache
mgc.go#L1691: pp.mcache.prepareForSweep()
mgcmark.go#L1719: c := p.mcache
mstats.go#L617: c := p.mcache
proc.go#L5572: if pp.mcache == nil {
proc.go#L5579: pp.mcache = mcache0
proc.go#L5581: pp.mcache = allocmcache()
proc.go#L5650: freemcache(pp.mcache)
proc.go#L5651: pp.mcache = nil
proc.go#L5752: gp.m.p.ptr().mcache.prepareForSweep()
proc.go#L5841: pp.mcache.prepareForSweep()
runtime2.go#L658: mcache *mcache
stack.go#L381: c := thisg.m.p.ptr().mcache
stack.go#L494: c := gp.m.p.ptr().mcache
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |